var net.errNoSuchHost

18 uses

	net (current package)
		cgo_unix.go#L198: 			return nil, newDNSError(errNoSuchHost, name, "")
		cgo_unix.go#L206: 				return nil, newDNSError(errNoSuchHost, name, "")
		cgo_unix.go#L287: 			return nil, newDNSError(errNoSuchHost, addr, "")
		dnsclient_unix.go#L226: 		return errNoSuchHost
		dnsclient_unix.go#L259: 			return errNoSuchHost
		dnsclient_unix.go#L329: 				if err == errNoSuchHost {
		dnsclient_unix.go#L332: 					return p, server, newDNSError(errNoSuchHost, name, server)
		dnsclient_unix.go#L339: 				if err == errNoSuchHost {
		dnsclient_unix.go#L342: 					return p, server, newDNSError(errNoSuchHost, name, server)
		dnsclient_unix.go#L448: 		return dnsmessage.Parser{}, "", newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L574: 			return nil, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L624: 			return nil, dnsmessage.Name{}, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L630: 		return nil, dnsmessage.Name{}, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L835: 			return nil, newDNSError(errNoSuchHost, addr, "")
		lookup.go#L195: 		return nil, newDNSError(errNoSuchHost, host, "")
		lookup.go#L239: 		return nil, newDNSError(errNoSuchHost, host, "")
		lookup.go#L307: 		return nil, newDNSError(errNoSuchHost, host, "")
		net.go#L644: 	errNoSuchHost  = &notFoundError{"no such host"}